home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / freeware / mp3 / WPlay160 / WPlay / WPlay.exe / 0 / RCDATA / TFORM8 / TFORM8.txt
Text File  |  1998-07-28  |  2KB  |  137 lines

  1. object Form8: TForm8
  2.   Left = 303
  3.   Top = 154
  4.   BorderStyle = bsDialog
  5.   Caption = 'ID3 Tag'
  6.   ClientHeight = 167
  7.   ClientWidth = 263
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 12
  18.     Width = 20
  19.     Height = 13
  20.     Caption = 'Title'
  21.   end
  22.   object Label2: TLabel
  23.     Left = 8
  24.     Top = 36
  25.     Width = 23
  26.     Height = 13
  27.     Caption = 'Artist'
  28.   end
  29.   object Label3: TLabel
  30.     Left = 8
  31.     Top = 60
  32.     Width = 29
  33.     Height = 13
  34.     Caption = 'Album'
  35.   end
  36.   object Label4: TLabel
  37.     Left = 8
  38.     Top = 84
  39.     Width = 22
  40.     Height = 13
  41.     Caption = 'Year'
  42.   end
  43.   object Label5: TLabel
  44.     Left = 112
  45.     Top = 84
  46.     Width = 29
  47.     Height = 13
  48.     Caption = 'Genre'
  49.   end
  50.   object Label6: TLabel
  51.     Left = 8
  52.     Top = 108
  53.     Width = 44
  54.     Height = 13
  55.     Caption = 'Comment'
  56.   end
  57.   object Button1: TButton
  58.     Left = 48
  59.     Top = 136
  60.     Width = 65
  61.     Height = 25
  62.     Caption = 'Save'
  63.     Default = True
  64.     TabOrder = 0
  65.     OnClick = Button1Click
  66.   end
  67.   object Button2: TButton
  68.     Left = 192
  69.     Top = 136
  70.     Width = 65
  71.     Height = 25
  72.     Caption = 'Cancel'
  73.     TabOrder = 1
  74.     OnClick = Button2Click
  75.   end
  76.   object Button3: TButton
  77.     Left = 120
  78.     Top = 136
  79.     Width = 65
  80.     Height = 25
  81.     Caption = 'Clear Tag'
  82.     TabOrder = 2
  83.     OnClick = Button3Click
  84.   end
  85.   object idtitle: TEdit
  86.     Left = 56
  87.     Top = 8
  88.     Width = 201
  89.     Height = 21
  90.     MaxLength = 30
  91.     TabOrder = 3
  92.   end
  93.   object idartist: TEdit
  94.     Left = 56
  95.     Top = 32
  96.     Width = 201
  97.     Height = 21
  98.     MaxLength = 30
  99.     TabOrder = 4
  100.   end
  101.   object idalbum: TEdit
  102.     Left = 56
  103.     Top = 56
  104.     Width = 201
  105.     Height = 21
  106.     MaxLength = 30
  107.     TabOrder = 5
  108.   end
  109.   object idyear: TEdit
  110.     Left = 56
  111.     Top = 80
  112.     Width = 41
  113.     Height = 21
  114.     MaxLength = 4
  115.     TabOrder = 6
  116.   end
  117.   object idcomment: TEdit
  118.     Left = 56
  119.     Top = 104
  120.     Width = 201
  121.     Height = 21
  122.     MaxLength = 30
  123.     TabOrder = 7
  124.   end
  125.   object idgenre: TComboBox
  126.     Left = 144
  127.     Top = 80
  128.     Width = 113
  129.     Height = 21
  130.     Style = csDropDownList
  131.     DropDownCount = 16
  132.     ItemHeight = 13
  133.     Sorted = True
  134.     TabOrder = 8
  135.   end
  136. end
  137.